Welcome![Sign In][Sign Up]
Location:
Search - udp in java

Search list

[Internet-Networkipmsg250a7src

Description: 局域网聊天,传文件工具,源码可编译 - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and all source is open to public. You can get in the following URL.-LAN chat, Chuan-document tools, source code can be compiled- IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP (UDP).- This software don t need server machine.- Simple, lightweight , and free software :-)- Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and all source is open to public. You can get in the following URL.
Platform: | Size: 310272 | Author: vipe | Hits:

[JSP/Javasource

Description: 这是尚学堂培训用的网络坦克大站 它是基于tcp udp的应用 对了解java 中线程以及网络的开发十分有用-This is still training with the school' s network tanks tcp udp major stations it is based on the application of the understanding of java in the thread, as well as the development of the network is very useful for
Platform: | Size: 700416 | Author: liuzesan | Hits:

[JSP/Javajpcap-0.01.16-win32

Description: java捕获数据包的包 众所周知,JAVA语言虽然在TCP/UDP传输方面给予了良好的定义,但对于网络层以下的控制,却是无能为力的。JPCAP扩展包弥补了这一点-java packet capture packet As we all know, JAVA language, while in the TCP/UDP transport give a good definition, but for the network layer below the control, but it is powerless. JPCAP expansion pack to make up for this
Platform: | Size: 840704 | Author: 张海 | Hits:

[JSP/JavachatServer

Description: 此程序为java聊天程序服务器端,为java源码,在Eclipse或MyEclipse中运行即可。通信协议为UDP。-This program is java chat server side, as the java source code to run in Eclipse or MyEclipse can. Communication protocol for the UDP.
Platform: | Size: 13312 | Author: wang | Hits:

[ICQ-IM-ChatChat

Description: 这是用java开发的一个基于UDP的文本聊天工具,可以在网络上应用。在左下方的文本区域填写目标主机的IP地址,在右下方的文本区域填写你想发送的内容,然后敲enter键。-This is the java development with the text of a UDP-based chat tool on the web application. Fill in the bottom left of the text area of the target host IP address, fill in the bottom right of the text area you want to send, and then hit enter key.
Platform: | Size: 1024 | Author: lank | Hits:

[JSP/JavaGlobalChat

Description: 这是我写的一个用java实现聊天软件的例子 方法是用过调用java.net包中的Socket包在两台电脑之间建立一个UDP连接 首先建立一个服务器 得到这个服务器的IP地址和端口号 然后其他人都连接这个服务器并且通过Socket端口发送信息-This is what I used to write an example of java chat software implementation is used in the Socket called java.net package wrapped in two computers to establish a UDP connection between a server to get the first server' s IP address and port number and then others connect the server and port to send information through the Socket
Platform: | Size: 273408 | Author: 陈昊 | Hits:

[JSP/Java2

Description: 在Java语言中的DategramPacket类用来创建UDP数据报-In the Java language DategramPacket class used to create UDP datagram
Platform: | Size: 64512 | Author: lin | Hits:

[Internet-Networkerght_queen

Description: 用JAVA实现GBN(go back N)协议。UDP滑动窗口协议是建立在UDP上的应用层协议之上的。传输层使用的仍是UDP,但在应用层使用滑动窗口技术,并通过模拟TCP的一些机制以保证UDP的低协议处理开销和获得高通信可靠性。-JAVA implementation by GBN (go back N) protocol. UDP sliding window protocol is based on UDP protocol on the application layer above. Transport layer is still using UDP, but in the application layer using a sliding window, and some of the mechanisms by simulating TCP UDP to ensure that the low protocol processing overhead and achieve high communication reliability.
Platform: | Size: 11264 | Author: zhaoshu | Hits:

[JSPPing-Lab

Description: 计算机网络自顶向下第三版 套接字编程教辅 关于建立ping lab的部分-In this lab, you will study a simple Internet ping server written in the Java language, and implement a corresponding client. The functionality provided by these programs are similar to the standard ping programs available in modern operating systems, except that they use UDP rather than Internet Control Message Protocol (ICMP) to communicate with each other.
Platform: | Size: 8192 | Author: yagao | Hits:

[Internet-Networkjava_udp

Description: java UDP 通信代码,java UDP通信示例-UDP comunication sample code in programing language Java.
Platform: | Size: 2048 | Author: yz | Hits:

[Internet-Networktest

Description: 基于TCP和UDP的简单java Socket编程。运行时先启动Server,再启动Client,然后再Console中输入一串小写字符,系统会返回一串大写字符。-Based on a simple Java TCP and UDP Socket Programming. First start the Server, and then start the Client, and then enter a string of lowercase characters in the Console, the system will return a string of uppercase characters.
Platform: | Size: 22528 | Author: 孔荃 | Hits:

[JSP/JavaTCP_UDPreservemsg

Description: 1.Run Server.java first to monitor 2.read n_port. In this program and the n-port are 6060. 3.In the Client window, you will see "Remember the n_port and r_port are both 6060" "Please input the host name of server" 4.Since I tested the program on computer with number ENVGEDDES27.NEXUS.UWATERLOO.CA type "ENVGEDDES27.NEXUS.UWATERLOO.CA" and press "enter" 5.The Client window will show "Sever host name is: ENVGEDDES27.NEXUS.UWATERLOO.CA" "Please input a introduction:" 6.Type who you are and say hello. For example: "Hello, this is Mary" 7.At this time, the Client machine will remind you to input message: "please input msg:" 8.Type what you want to say. For example: "Nice to meet you!" 9.The program will show: "FROM SERVER: .uoy teem ot eciN" and remind you the program is end: "end"-Use TCP and UDP to send and reseive msg and reserve it
Platform: | Size: 9216 | Author: yixing | Hits:

[JSP/JavaNetworkSimulatorDelay

Description: The term network programming refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network. The java.net package of the J2SE APIs contains a collection of classes and interfaces that provide the low-level communication details, allowing you to write programs that focus on solving the problem at hand. The java.net package provides support for the two common network protocols: TCP: TCP stands for Transmission Control Protocol, which allows for reliable communication between two applications. TCP is typically used over the Internet Protocol, which is referred to as TCP/IP. UDP: UDP stands for User Datagram Protocol, a connection-less protocol that allows for packets of data to be transmitted between applications.
Platform: | Size: 129024 | Author: Bhaskar | Hits:

[Sniffer Package capture64bit_jpcap

Description: JPCAP是一个开源库从Java应用程序的网络数据包捕获并发送。它提供的设施: 捕获原始数据包从电线。 脱机文件保存捕获的数据包,读取捕获的数据包从一个脱机文件。 自动识别数据包类型,并生成相应的Java对象(用于以太网的IPv4,IPv6中,ARP / RARP,TCP,UDP和ICMPv4报文)。 根据用户指定的规则过滤数据包调度给应用程序之前。 原始数据包发送到网络 Jpcap是基于 libpcap的/ WinPcap的在C和Java实现。JPCAP已通过测试微软Windows(98/2000/XP/Vista的),Linux操作系统(Fedora,Ubuntu的的)的Mac OS X(达尔文),FreeBSD的,和Solaris。-JPCAP is an open source database from a Java application to capture and transmit network packets. It provides facilities: capture the raw data packets from the wire. Offline Files save the captured packets, read the captured data packets from an offline file. Automatic identification packet type, and generates the corresponding Java objects (for Ethernet IPv4, IPv6 in, ARP/RARP, TCP, UDP, and ICMPv4 packets). According to the rules specified by the user to filter data packets to the application before dispatch. Original packet is sent to the network Jpcap libpcap-based/WinPcap in C and Java. JPCAP has been tested Microsoft Windows (98/2000/XP/Vista' s), Linux operating system (Fedora, Ubuntu' s) for Mac OS X (Darwin), FreeBSD' s, and Solaris.
Platform: | Size: 40960 | Author: 王夏洋 | Hits:

[TCP/IP stackRouter

Description: 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能接收以下参数: 7) router ID, myport, port1, port2, port3… 8) 程序必须能处理以下命令: a) N-打印活动的邻居列表。 b) T-输出路由表。 c) 0,1,… 9-发送分组 9) 关于时间定时 a) 每个路由器每2秒钟发出它们的路由表 b) 每个路由器根据收到的路由表更新它们自己的路由表 c) 路由器必须具备检测邻居是否活动的能力。如果路由器在6秒钟没有收到邻居发来的更新,则认为邻居不可达 10) 关于拓扑结构 a) 路由器必须具备路由器故障和恢复的能力 b) 这里假设链路不会出现故障,分组不会丢失和出错 c) 如果路由器在给定时间内未运行,表示路由器故障。如果重启运行,则认为路由器故障恢复 d)当然,假设通信是双向的 -This is a parody routing algorithm java program. Achieve a simple function on the router. Implement distance vector routing algorithm. Internet router simulation achieved the IP router. It can determine the shortest route network, and in these transmission packet utilization Achieve Features A) preparation of a group called "Router" program 2) the use of distance vector algorithm updates the routing table 3) multiple instances of the program (processes or threads) can be run on a single machine 4) between instances using UDP exchange routing table 5) Assuming that node and its neighbor nodes are distance of 1. 6) In order to specify the instance and its neighbors, the program must be able to start receiving the following parameters: 7) router ID, myport, port1, port2, port3 ... 8) program must be able to deal with the following command: a) N-printing activities neighbor list. b) T-output routing table. c) 0,1, ... 9- to send the packet 9) About Time Timing a) given eve
Platform: | Size: 73728 | Author: 张天扬 | Hits:

[Software Engineeringguangboxitongdeshejiyushixian

Description: 本课程设计主要解决局域网的广播系统放入设计与实现。在课程设计中,系统开发平台为Eclipse程序设计设计语言采用JAVA..程序运行平台为Windows 98/2000/XP。程序设计是熟基于UDP协议并采用套节字编程方式。程序通过调试运行,初步实现了设计目标,并且经过适当完善后,将可以应用在商业中解决实际问题。-This course is primarily designed to solve LAN Broadcasting System into the design and implementation. In the curriculum design, system development platform designed for the Eclipse programming language using JAVA .. platform for running Windows 98/2000/XP. Program design is based on UDP protocol and uses familiar sets of characters programmatically. Program run through the debugger, the initial realization of the design goals, and after appropriate perfect, will be applied to solve practical problems in business.
Platform: | Size: 296960 | Author: 吴丹 | Hits:

[JSP/Javasocket_communication

Description: TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server, it can serve multiple requests in parallel. Tip: Use Java or c/c++ language development by calling the operating system API interface to create threads assume 3 client, the client i send " Hi, God" , the server replied " What can I do for you, my son i" , displayed after the client receives the server reply. TCP and UDP were used to test the two protocols, port numbers Custom
Platform: | Size: 3072 | Author: yelangya | Hits:

[OtherQQ

Description: java中基于udp协议的一个简单示例演示,只要模仿qq的聊天功能。-Java based on udp protocol in a simple example shows, as long as the imitation qq chat.
Platform: | Size: 2048 | Author: 王斐 | Hits:

[JSP/JavaWifiTransmission

Description: PC端开发:在Windows,C/C++开发环境下,运用Qt开发工具,运用UDP,TCP/IP网络协议进行文件传输应用开发 • Android端开发:在Android,JAVA开发环境下,运用Eclipse开发工具,运用UDP,TCP/IP网络协议进行文件传输开发开发 • 实现跨平台跨语言文件传输,解决不同语言间数据类型等其他差异引起的问题。 • 完成功能:无线传输,多文件传输,双向传输,解决Android传输上的众多问题。-PC development: in the Windows, C/C++ development environment, using Qt development tools, using UDP, TCP/IP network protocol for file transfer application development ? Android development: in Android, the JAVA development environment, using Eclipse development tools, using UDP, TCP/IP network file transfer protocol development ? to achieve cross platform and cross language file transfer, settlement caused by different language data types and other difference problem. ? complete function: wireless transmission, multi document transmission, two-way transmission, to solve many problems on Android transmission.
Platform: | Size: 1705984 | Author: weishui35 | Hits:

[JSP/JavaTransferFilev1.6

Description: java版的udp局域网传输文件小工具,填写好IP和选择好文件后,可以在局域网内快速传输文件,简单易用。自己写的。-udp java version of LAN file transfer gadgets, after IP and choose a good fill files, you can transfer files quickly in the LAN, easy to use. Write your own.
Platform: | Size: 46080 | Author: 牛玉虎 | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net